home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/tools/nurbs/r3iaspiral.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/intact/r3ianp.js")
- include("oops/r3vector.js")
- var R3CLID_IASPIRAL = 1790;
- R3IASPIA_Spin = 1790500;
- function SetR3IASPIA_Spin(value) {
- this.r3Set(R3IASPIA_Spin, value);
- }
-
- function GetR3IASPIA_Spin() {
- var value = 0;
- return this.r3Get(R3IASPIA_Spin, value); // R3FLOAT *
- }
-
- R3IASPIA_PointCount = 1790501;
- function SetR3IASPIA_PointCount(value) {
- this.r3Set(R3IASPIA_PointCount, value);
- }
-
- function GetR3IASPIA_PointCount() {
- var value = 0;
- return this.r3Get(R3IASPIA_PointCount, value); // int *
- }
-
- R3IASPIA_Type = 1790502;
- function SetR3IASPIA_Type(value) {
- this.r3Set(R3IASPIA_Type, value);
- }
-
- function GetR3IASPIA_Type() {
- var value = 0;
- return this.r3Get(R3IASPIA_Type, value); // int *
- }
-
- R3IASPIA_Depth = 1790503;
- function SetR3IASPIA_Depth(value) {
- this.r3Set(R3IASPIA_Depth, value);
- }
-
- function GetR3IASPIA_Depth() {
- var value = 0;
- return this.r3Get(R3IASPIA_Depth, value); // R3FLOAT *
- }
-
- function r3Iaspiral () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IASPIRAL, arguments);
- }
- // Attributes
- this.GetSpin=GetR3IASPIA_Spin;
- this.SetSpin=SetR3IASPIA_Spin;
- this.GetPointCount=GetR3IASPIA_PointCount;
- this.SetPointCount=SetR3IASPIA_PointCount;
- this.GetType=GetR3IASPIA_Type;
- this.SetType=SetR3IASPIA_Type;
- this.GetDepth=GetR3IASPIA_Depth;
- this.SetDepth=SetR3IASPIA_Depth;
- }
-
- r3Iaspiral.prototype=new r3Ianp;
- // inc/plugins/tools/nurbs/r3iaspiral.h_H